home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 42 / Amiga Format AFCD42 (Issue 126, Aug 1999).iso / -serious- / comms / other / recentscript / config / amftp miami.hlp < prev    next >
Text File  |  1999-05-17  |  854b  |  30 lines

  1. Short   : Download script for AmFTP with Miami online/offline support
  2. Type    : REXX
  3. Requires: AmFTP, ARexx, WaitForPort, RexxSupport.library, Miami
  4. Author  : Arndt van der Molen & Detlef Wojtaszkiewicz
  5. Version : 1.0
  6.  
  7. Introduction:
  8.  
  9.   Saves an ARexx script which downloads the selected
  10.   archives with help of AmFTP and Miami from a FTP server.
  11.  
  12. Configuration:
  13.  
  14.   %1: Name or IP address of an AmiNet FTP server
  15.  
  16.   %2: Full path of the AmiNet root directory on the
  17.       server with a trailing '/'
  18.  
  19.   %3: Full path and name of the AmFTP executable
  20.  
  21. Usage:
  22.  
  23.   Execute the output script with 'rx xyz.rexx' in the CLI
  24.   or doubleclick on the provided icon of the output script.
  25.  
  26.   The script connects you to the net if you use Miami as TCP/IP stack.
  27.   It then uses an already opened and idle AmFTP or
  28.   starts a new AmFTP to download the selected archives.
  29.  
  30.